home *** CD-ROM | disk | FTP | other *** search
- #ifndef __EFFECTS_H_
- #define __EFFECTS_H_
-
- extern void replace_color(rect work, int direction, int weight, int pat); // Color eraser
- extern void color_grad(rect work, int direction); // Gradient fill
- extern void color_bar(rect work, int weight, int pat); // filled bar
-
- #endif __EFFECTS_H_